home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1995 November
/
EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso
/
earcd
/
comm
/
tribbs20.lha
/
OLP
/
tradewars.lzh
/
twsetup.execute
< prev
next >
Wrap
Text File
|
1992-05-23
|
2KB
|
67 lines
echo "Tradewars Amiga"
echo "By Jim Holzknecht"
echo "Copyright 1990 by Hokey Software"
echo ""
echo "Setting up Tradewars..."
echo ""
if not exists olp:
echo "Please assign the olp: directory!"
endif
if exists olp:
if not exists olp:tradewars
echo "Creating olp:tradewars directory..."
makedir "olp:tradewars"
endif
if not exists olp:tradewars/universe
echo "Creating olp:tradewars/universe directory..."
makedir "olp:tradewars/universe"
endif
if not exists olp:tradewars/players
echo "Creating olp:tradewars/players directory..."
makedir "olp:tradewars/players"
endif
if not exists olp:tradewars/planets
echo "Creating olp:tradewars/planets"
makedir "olp:tradewars/planets"
endif
if not exists olp:tradewars/teams
echo "Creating olp:tradewars/teams"
makedir "olp:tradewars/teams"
endif
copy Tradewars! olp:
copy twmain olp:
copy #?.tw olp:tradewars
copy #?.help olp:tradewars
copy unifiles.lzh olp:tradewars/universe
copy playerfiles.lzh olp:tradewars/players
copy teamfiles.lzh olp:tradewars/teams
if not exists c:lzh
echo "Missing lzh...cannot break down Tradewars Universe files!"
endif
if exists c:lzh
lzh x unifiles.lzh olp:tradewars/universe/
endif
if not exists c:lzh
echo "Missing lzh...cannot break down Tradewars Player files!"
endif
if exists c:lzh
lzh x playerfiles.lzh olp:tradewars/players/
endif
if not exists c:lzh
echo "Missing lzh...cannot break down Tradewars Team files!"
endif
if exists c:lzh
lzh x teamfiles.lzh olp:tradewars/teams/
endif
if not exists c:sort
echo "You need sort in your C: directory. Please copy it now..."
endif
delete "Tradewars!"
delete "twmain"
delete "#?.tw"
delete "#?.help"
delete "unifiles.lzh"
delete "playerfiles.lzh"
delete "teamfiles.lzh"
echo "Now add 'Tradewars!' to your OLP menu!"
endif